home *** CD-ROM | disk | FTP | other *** search
-
-
-
- iiiillllHHHHwwwwTTTTaaaarrrrggggeeeetttt((((3333)))) IIIImmmmaaaaggggeeeeVVVViiiissssiiiioooonnnn LLLLiiiibbbbrrrraaaarrrryyyy CCCC++++++++ RRRReeeeffffeeeerrrreeeennnncccceeee MMMMaaaannnnuuuuaaaallll iiiillllHHHHwwwwTTTTaaaarrrrggggeeeetttt((((3333))))
-
-
-
- NNNNAAAAMMMMEEEE
- iiiillllHHHHwwwwTTTTaaaarrrrggggeeeetttt - hardware target for rendering operations
-
- IIIINNNNHHHHEEEERRRRIIIITTTTSSSS FFFFRRRROOOOMMMM
- This is a base class
-
- HHHHEEEEAAAADDDDEEEERRRR FFFFIIIILLLLEEEE
- #include <il/ilHwTarget.h>
-
- CCCCLLLLAAAASSSSSSSS DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The ilHwTarget encodes the server connection and visual class information
- for the hardware used for rendering operations. It is used primarily with
- the ilHwPassTable.
-
- CCCCLLLLAAAASSSSSSSS MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN SSSSUUUUMMMMMMMMAAAARRRRYYYY
- CCCCoooonnnnssssttttrrrruuuuccccttttoooorrrr
-
- ilHwTarget(ilHwConnection* Cnx=NULL, int VisualClass=TrueColor)
-
- GGGGeeeetttt////sssseeeetttt iiiinnnnppppuuuutttt mmmmeeeetttthhhhooooddddssss
-
- ilHwConnection* getConnection()
- int getClass()
- int isRgb()
- int getID()
- int bindConnection()
-
-
- FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNSSSS
- iiiillllHHHHwwwwTTTTaaaarrrrggggeeeetttt(((())))
-
- ilHwTarget(ilHwConnection* Cnx=NULL, int VisualClass=TrueColor)
-
-
- Construct a new ilHwTarget object with the given server connection
- and visual class. If the server connection is not provided, then
- this ilHwTarget object is not usable until it is bound to a server
- via the bindConnection() method.
-
- bbbbiiiinnnnddddCCCCoooonnnnnnnneeeeccccttttiiiioooonnnn(((())))
-
- int bindConnection()
-
-
- Bind this ilHwTarget to a server if not already bound. By default,
- this method will bind to the local server via the
- ilHwConnection::getLocal() static member function. This method
- returns TRUE if the server connection was successfully bound.
-
- ggggeeeettttCCCCllllaaaassssssss(((())))
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-
-
-
- iiiillllHHHHwwwwTTTTaaaarrrrggggeeeetttt((((3333)))) IIIImmmmaaaaggggeeeeVVVViiiissssiiiioooonnnn LLLLiiiibbbbrrrraaaarrrryyyy CCCC++++++++ RRRReeeeffffeeeerrrreeeennnncccceeee MMMMaaaannnnuuuuaaaallll iiiillllHHHHwwwwTTTTaaaarrrrggggeeeetttt((((3333))))
-
-
-
- int getClass()
-
-
- Returns the visual class for this target.
-
- ggggeeeettttCCCCoooonnnnnnnneeeeccccttttiiiioooonnnn(((())))
-
- ilHwConnection* getConnection()
-
-
- Returns the server connection for this target. If the connection has
- not been bound prior to this call, this method returns NULL.
-
- ggggeeeettttIIIIDDDD(((())))
-
- int getID()
-
-
- Returns a unique index based upon the server connection and visual
- class. This is used to index into the ilHwPassTable.
-
- iiiissssRRRRggggbbbb(((())))
-
- int isRgb()
-
-
- Returns TRUE if this target allows for RGB rendering.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- ilHwPassTable(3), ilHwConnection(3)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 2222
-
-
-
-